Kotlin utilities
/
it.czerwinski.kotlin.util
/
Try
/
getOrNull
common
get
Or
Null
abstract fun
getOrNull
():
T
?
Content copied to clipboard
Gets the value of a
Success
or
null
if this is a
Failure
.
Return
Value of a
Success
or
null
.